projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba9a2b6
)
Mark XEmacs compat alias as obsolete
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 15 Aug 2020 02:55:35 +0000
(
04:55
+0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 16 Aug 2020 13:38:06 +0000
(15:38 +0200)
* lisp/subr.el (user-original-login-name): Mark as obsolete. This
XEmacs compat alias was obsoleted even by XEmacs, so there is no point
in keeping it around.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 8eb4cf452d163f146c1b0a0845a751bfeb0ea8e5..0bd09c6556d65d980b88523edcbfbcc22ac5dc60 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1649,7
+1649,8
@@
be a list of the form returned by `event-start' and `event-end'."
(defalias 'point-at-eol 'line-end-position)
(defalias 'point-at-bol 'line-beginning-position)
-(defalias 'user-original-login-name 'user-login-name)
+(define-obsolete-function-alias 'user-original-login-name
+ 'user-login-name "28.1")
\f
;;;; Hook manipulation functions.